home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
BYACC__
/
README
< prev
next >
Wrap
Text File
|
1989-11-19
|
1KB
|
29 lines
Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been
made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any
input specification that conforms to the AT&T Yacc documentation.
Specifications that take advantage of undocumented features of AT&T Yacc will
probably be rejected.
Berkeley Yacc is distributed with no warranty whatever. No contributor
takes responsibility for any consequences of its use.
The source code for Berkeley Yacc is in the public domain. The data
structures and algorithms used in Berkeley Yacc are all either taken from
documents available to the general public or are inventions of the author.
Anyone may freely distribute unchanged or modified copies of Berkeley Yacc.
However, no proprietary claims should be made on the original code. Output
generated by Berkeley Yacc may be freely distributed.
To install Berkeley Yacc in a directory, the name DEST in the file Makefile
must be set to the name of the directory. The command "make install" will then
cause the file to be installed. The parser file byaccpar should be copied into
one of the standard library directories. The define name PARSER_FILE in the
file files.h must be changed to the full pathname of the new file.
Bugs may be reported to
corbett@berkeley.edu
Do not expect rapid responses.